home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / amiga / gui / prcgntn1.lha / Precognition / source / ListBrowserClass.h < prev    next >
C/C++ Source or Header  |  1992-12-23  |  572b  |  24 lines

  1. /* ==========================================================================
  2. **
  3. **                         ListBrowserClass.h
  4. **
  5. ** A ListBrowser displays a list of strings, and allows the user to select
  6. ** one or more of them.
  7. **
  8. ** ⌐1991 WILLISoft
  9. **
  10. ** ==========================================================================
  11. */
  12.  
  13. #ifndef LISTBROWSERCLASS_H
  14. #define LISTBROWSERCLASS_H
  15.  
  16. #include "ListBrowser.h"
  17. #include "StringListerClass.h"
  18.  
  19. struct StringListerClass *ListBrowserClass( void );
  20.  
  21. void ListBrowserClass_Init( struct StringListerClass *class );
  22.  
  23.  
  24. #endif